home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Shareware World / Utilities / Text Processing / Alpha / Tcl / Modes / bibtexMode.tcl < prev    next >
Text File  |  1996-08-15  |  222b  |  11 lines

  1. #############################################################################
  2. # BibTeX mode installation
  3. #
  4.  
  5.  
  6. if {$startingUp} {
  7.     addMode                        Bib dummyBibTeX {*.bib } { latexMenu bibtexMenu }
  8.     addMenu bibtexMenu
  9.     return
  10. }
  11.